National Repository of Grey Literature 15 records found  1 - 10next  jump to record: Search took 0.01 seconds. 
Decentralized Autentication System Based on Blockchain
Mračna, Štefan ; Malinka, Kamil (referee) ; Januš, Filip (advisor)
This work studies the effects of the integration of blockchain technologies into authentication systems, specifically biometric authentication systems for unlocking doors. The work analyzes different blockchain and authentication technologies and determines which of these technologies are appropriate for this purpose. The work also compares centralized and decentralized authentication systems. A decentralized authentication system which includes blockchain technologies is then proposed and a simplified version of the system (where individual devices in the system are represented by processes) is implemented. Testing of effectiveness, security, reliability and memory usage is then conducted under different conditions.
Security and Privacy Oriented-Survey of Financial Applications Utilizing Blockchain
Křížová, Hana ; Malinka, Kamil (referee) ; Homoliak, Ivan (advisor)
Tato bakalářská práce se soustřeďuje na finanční aplikace vystavěné na blockchainu, kterým se také říká decentralizované finance (DeFi).  Blockchain pro oblast finančnictví představuje zásadní technologii měnící dosavadní nastavení systému. V této práci jsou představeny reálné, ale také potencionální blockchainové aplikace z oblasti finančnictví a bankovnictví. Jsou ukázány jejich rozdíly a přínosy oproti dosavadním aplikacím, které jsou řízeny centrálním způsobem. Tato bakalářská práce se především soustřeďuje na identifikaci bezpečnostních hrozeb plynoucí z přechodu na blockchain a navrhuje jejich potencionální řešení.
Semi-Centralized Cryptocurrency Based on the Blockchain and Trusted Computing
Handzuš, Jakub ; Veselý, Vladimír (referee) ; Homoliak, Ivan (advisor)
The aim of this thesis is to create a concept of semi-centralized cryptocurrency that supports external interoperability. It is assumed that semi-centralized cryptocurrency is the future of cryptocurrencies in the banking sector, because even at the cost of partial centralization, the concept brings the benefits of a decentralized ledger. Since the simultaneous deployment of their own cryptocurrencies by various central authorities, such as central bank, it is necessary to establish a communication protocol for interbank transactions. The work is thus focused on extending the existing Aquareum solution with an interoperability protocol.
Decentralized E-Voting on Solana Blockchain
Hošala, Martin ; Očenášek, Pavel (referee) ; Homoliak, Ivan (advisor)
Táto práca bola zameraná na zistenie využiteľnosti Solana blockchainu pre hlasovací systém BBB-Voting a vytvorenie prototypu tohto systému na základe poskytnutých riešení pre Ethereum. Problém s Ethereom je jeho výkon - väčšie voľby by trvali týždne. Solana sľubuje omnoho vyššý výkon. Na vytvorenie výsledného riešenia bolo potrebné analyzovať systém Solana, BBB-Voting, navrhnúť BBB-Voting pre Solanu, implementovať a otestovať ho. Výsledný prototyp je implementovaný v jazyku Rust pomocou frameworku Anchor. Počas vývoja bolo zistené, že algoritmus, ktorý vrámci protokolu BBB-Voting slúži pre overovanie hlasov je príliš výpočetne náročný a preto kôli súčastnému limitu na Solane nie je možné systém nasadiť na mainnet. Avšak očakáva sa, že tento limit sa bude meniť a systém bude v budúcnosti môcť byť nasadený. V takom prípade sa hrubý odhad zrýchlenia oproti Etherovým náprotivkom pohybuje okolo 3000%. Cena hlasovania na Solane je taktiež rádovo nižšia. Vrámci práce bol vyvinutý aj front-end pre hlasovanie - single-page webová aplikácia vytvorená pomocou ReactJS.
Analysis of the Move Programming Language for Blockchain Platforms
Šmehýl, Adam ; Homoliak, Ivan (referee) ; Perešíni, Martin (advisor)
Tato práce se zabývá zkoumáním programovacího jazyka Move z hlediska jeho použitelnosti pro vývoj aplikací (smart kontraktů či programů) na blockchainových platformách. Práce zahrnuje analýzu dvou klíčových aspektů. Prvním z nich je porovnání programovacích modelů platforem používajících jazyk Move s běžně používanými modely EVM-kompatibilních platforem (jako je Ethereum) a stále populárnějšího blockchainu Solana. Druhou částí práce je implementace stejného programu v Solidity na Ethereu, Rustu na Solaně a Move na Aptosu. Mezi kritéria pro porovnání těchto tří řešení patří transakční náklady, rychlost zpracování, čitelnost kódu a zkušenosti z vývoje. V rámci této práce byla provedena podrobná analýza unikátních vlastností jazyka Move, jako je správa zdrojů, používání generik a další zlepšení bezpečnosti při programování. Výsledky práce ukazují potenciál jazyka Move pro rozsáhlé použití v oblasti blockchainu, přičemž jeho silnou stránkou je bezpečnost (angl. secure coding), což přispívá k rostoucímu zájmu blockchainové komunity.
Application of blockchain technology and smart contacts in IoT
KNOTEK, Petr
This thesis focuses on the use of blockchain and smart contract technology in the context of the Internet of Things (IoT). The thesis aimed to map different blockchain and smart contract technologies, select the most suitable ones and create an application that works with IoT devices. The theoretical part of the thesis provides a comprehensive overview of blockchain technology, smart contracts and the Internet of Things. The thesis explores individual technologies such as blockchain platforms supporting smart contracts or smart contract applications for data transfer through IoT networks. The analysis of different blockchain platforms allowed us to choose the most suitable one for the development of our application, which was Ethereum. Solidity became our programming language for smart contracts because of its compatibility with Ethereum. The practical part of the thesis starts with a brief description of the decision on the purpose, what the application will focus on and what technology will be chosen to develop our application. Within this description, we will focus on what tools will be needed for our development and the functioning of the application itself, and finally the solution of the application's architecture itself. In the second half of the practical part, we focus on the actual programming of the different parts of our application such as the smart contract or its test suite through frameworks. And lastly, the web application itself is written in HTML, CSS, and JS, which ties all these parts together. The proposed application should replace the centralized voting system, which has faced a lot of fraud in the past and is not met with the best criticism. Our app enables decentralized elections that are secured by blockchain and smart contract technologies specifically, which gives us confidence in its immutability and the IoT network gives it the ability to maximize its reach in terms of usage. Testing of the app has demonstrated its functionality and security and connectivity with IoT devices. The app has met all its expectations, although there is room for improvement.
The use of blockchain technology in organizations
KNĚŽÍČKOVÁ, Kristýna
The Bachelor Thesis focuses on blockchain technology and its usage in companies. Significant impacts are expected due to business models of organizations in the section of services. Main aim of the theses is to find factors which affect induction of blockchain technology. A questionnaire was made to find these factors which were divided into particular sections according to technology-organization-environment framework (TOE framework). First part of the Thesis deals with the description of technology. Subjects as technology description, blockchain tenet and its usage are described. Practical part deals with a model of evaluating factors affects accepting the usage in organization.
Decentralized E-Voting on Solana Blockchain
Hošala, Martin ; Očenášek, Pavel (referee) ; Homoliak, Ivan (advisor)
Táto práca bola zameraná na zistenie využiteľnosti Solana blockchainu pre hlasovací systém BBB-Voting a vytvorenie prototypu tohto systému na základe poskytnutých riešení pre Ethereum. Problém s Ethereom je jeho výkon - väčšie voľby by trvali týždne. Solana sľubuje omnoho vyššý výkon. Na vytvorenie výsledného riešenia bolo potrebné analyzovať systém Solana, BBB-Voting, navrhnúť BBB-Voting pre Solanu, implementovať a otestovať ho. Výsledný prototyp je implementovaný v jazyku Rust pomocou frameworku Anchor. Počas vývoja bolo zistené, že algoritmus, ktorý vrámci protokolu BBB-Voting slúži pre overovanie hlasov je príliš výpočetne náročný a preto kôli súčastnému limitu na Solane nie je možné systém nasadiť na mainnet. Avšak očakáva sa, že tento limit sa bude meniť a systém bude v budúcnosti môcť byť nasadený. V takom prípade sa hrubý odhad zrýchlenia oproti Etherovým náprotivkom pohybuje okolo 3000%. Cena hlasovania na Solane je taktiež rádovo nižšia. Vrámci práce bol vyvinutý aj front-end pre hlasovanie - single-page webová aplikácia vytvorená pomocou ReactJS.
Decentralized Autentication System Based on Blockchain
Mračna, Štefan ; Malinka, Kamil (referee) ; Januš, Filip (advisor)
This work studies the effects of the integration of blockchain technologies into authentication systems, specifically biometric authentication systems for unlocking doors. The work analyzes different blockchain and authentication technologies and determines which of these technologies are appropriate for this purpose. The work also compares centralized and decentralized authentication systems. A decentralized authentication system which includes blockchain technologies is then proposed and a simplified version of the system (where individual devices in the system are represented by processes) is implemented. Testing of effectiveness, security, reliability and memory usage is then conducted under different conditions.
Semi-Centralized Cryptocurrency Based on the Blockchain and Trusted Computing
Handzuš, Jakub ; Veselý, Vladimír (referee) ; Homoliak, Ivan (advisor)
The aim of this thesis is to create a concept of semi-centralized cryptocurrency that supports external interoperability. It is assumed that semi-centralized cryptocurrency is the future of cryptocurrencies in the banking sector, because even at the cost of partial centralization, the concept brings the benefits of a decentralized ledger. Since the simultaneous deployment of their own cryptocurrencies by various central authorities, such as central bank, it is necessary to establish a communication protocol for interbank transactions. The work is thus focused on extending the existing Aquareum solution with an interoperability protocol.

National Repository of Grey Literature : 15 records found   1 - 10next  jump to record:
Interested in being notified about new results for this query?
Subscribe to the RSS feed.